﻿2026-08-04T03:12:32.1422812Z ##[group]Run actions/checkout@v5
2026-08-04T03:12:32.1423217Z with:
2026-08-04T03:12:32.1423475Z   fetch-depth: 0
2026-08-04T03:12:32.1423754Z   repository: BigscreenVR/spt-bs-core
2026-08-04T03:12:32.1426123Z   token: ***
2026-08-04T03:12:32.1426383Z   ssh-strict: true
2026-08-04T03:12:32.1426652Z   ssh-user: git
2026-08-04T03:12:32.1426924Z   persist-credentials: true
2026-08-04T03:12:32.1427196Z   clean: true
2026-08-04T03:12:32.1427459Z   sparse-checkout-cone-mode: true
2026-08-04T03:12:32.1427759Z   fetch-tags: false
2026-08-04T03:12:32.1428022Z   show-progress: true
2026-08-04T03:12:32.1428289Z   lfs: false
2026-08-04T03:12:32.1428551Z   submodules: false
2026-08-04T03:12:32.1428836Z   set-safe-directory: true
2026-08-04T03:12:32.1429241Z   allow-unsafe-pr-checkout: false
2026-08-04T03:12:32.1429541Z ##[endgroup]
2026-08-04T03:12:32.2213771Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T03:12:32.2215151Z ##[group]Getting Git version info
2026-08-04T03:12:32.2215673Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T03:12:32.2216759Z [command]/usr/bin/git version
2026-08-04T03:12:32.2217088Z git version 2.43.0
2026-08-04T03:12:32.2228549Z ##[endgroup]
2026-08-04T03:12:32.2235966Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/52066f75-fd8b-453d-ac90-33359e46f183/.gitconfig'
2026-08-04T03:12:32.2243620Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/52066f75-fd8b-453d-ac90-33359e46f183' before making global git config changes
2026-08-04T03:12:32.2244393Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T03:12:32.2247511Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T03:12:32.2282157Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T03:12:32.2301535Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T03:12:32.2311810Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T03:12:32.2314443Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T03:12:32.2337175Z refs/heads/golden/knock145
2026-08-04T03:12:32.2343661Z [command]/usr/bin/git checkout --detach
2026-08-04T03:12:32.2670753Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T03:12:32.2709213Z [command]/usr/bin/git branch --delete --force golden/knock145
2026-08-04T03:12:32.2739636Z Deleted branch golden/knock145 (was 4b37512f7).
2026-08-04T03:12:32.3445669Z ##[endgroup]
2026-08-04T03:12:32.3449030Z [command]/usr/bin/git submodule status
2026-08-04T03:12:32.3671647Z ##[group]Cleaning the repository
2026-08-04T03:12:32.3674904Z [command]/usr/bin/git clean -ffdx
2026-08-04T03:12:36.7071832Z Removing .adapter-notify/
2026-08-04T03:12:36.7072322Z Removing bench-ledger/
2026-08-04T03:12:36.7072578Z Removing target/
2026-08-04T03:12:36.7085049Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T03:12:36.7242497Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T03:12:36.7251401Z ##[endgroup]
2026-08-04T03:12:36.7251825Z ##[group]Disabling automatic garbage collection
2026-08-04T03:12:36.7255295Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T03:12:36.7283158Z ##[endgroup]
2026-08-04T03:12:36.7283553Z ##[group]Setting up auth
2026-08-04T03:12:36.7289533Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T03:12:36.7320464Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T03:12:36.7520143Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T03:12:36.7549089Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T03:12:36.7744105Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T03:12:36.7772756Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T03:12:36.7966583Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T03:12:36.8001623Z ##[endgroup]
2026-08-04T03:12:36.8002050Z ##[group]Fetching the repository
2026-08-04T03:12:36.8007951Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-04T03:12:37.9613234Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-04T03:12:37.9615147Z  * [new branch]          fix/145-knock-notfound -> origin/fix/145-knock-notfound
2026-08-04T03:12:37.9687104Z [command]/usr/bin/git branch --list --remote origin/golden/knock145
2026-08-04T03:12:37.9741845Z   origin/golden/knock145
2026-08-04T03:12:37.9748847Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/knock145
2026-08-04T03:12:37.9767972Z 4b37512f71620444df8fe852b494f03e759dd75c
2026-08-04T03:12:37.9771738Z ##[endgroup]
2026-08-04T03:12:37.9772181Z ##[group]Determining the checkout info
2026-08-04T03:12:37.9773106Z ##[endgroup]
2026-08-04T03:12:37.9776117Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T03:12:37.9814245Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T03:12:37.9838335Z ##[group]Checking out the ref
2026-08-04T03:12:37.9841302Z [command]/usr/bin/git checkout --progress --force -B golden/knock145 refs/remotes/origin/golden/knock145
2026-08-04T03:12:37.9903150Z Switched to a new branch 'golden/knock145'
2026-08-04T03:12:37.9903566Z branch 'golden/knock145' set up to track 'origin/golden/knock145'.
2026-08-04T03:12:37.9909577Z ##[endgroup]
2026-08-04T03:12:37.9948282Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T03:12:37.9973291Z 4b37512f71620444df8fe852b494f03e759dd75c
